/*cart start*/
.nav-cart {

    display: inline-block;
    font-size: 20px;
    color: #162945;

    width: 120px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: 15px;
    cursor: pointer;
}

.nav-sticky.header-dark.sticky-header .nav-cart .icon-cart1:before {
    color: #162945;

}

.count-number {
    position: absolute;
    top: 5px;
    right: 95px;
    display: block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    background-color: #162945;
    color: #ffffff;
    font-size: 0.47059rem;
    border-radius: 100%;
    text-align: center;
}

.nav-sticky.header-dark.sticky-header .nav-cart .count-number {
    background-color: #162945;
    color: #ffffff;

}
.header-dark.nav-sticky.sticky-header .xs-menu-tools > li > a .item-count {
    background-color: #162945;
    color: #ffffff;
}
/*end cart start*/
/*user start*/
.nav-user{
    display: inline-block;
    font-size: 20px;
    color: #162945;

    width: 60px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: 15px;
    cursor: pointer;
}

.nav-sticky.header-dark.sticky-header .nav-user .icon-user1:before {
    color: #162945;

}
/*end user start*/

.nav-sticky.header-dark.sticky-header .nav-toggle:before {
    background-color: #162945 !important;
    box-shadow: 0 0.5em 0 0 #162945, 0 1em 0 0 #162945;
}

/*mobile cart, user response*/
@media (min-width: 992px) {
    .nav-cart{
        display: none;
    }
    .nav-user{
        display: none;
    }
    .nav-currency{
        display: none !important;
    }
}
/*end mobile response*/

/*end Login page */
.showEyeButton {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: .9375rem;
    font-weight: 300;
    line-height: 1.5;
    color: #162945;
    text-align: center;
    white-space: nowrap;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    height: 74% !important;

}

.input-group>.form-control,.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

/*end Login page */

/*currency dropdown*/
.dropdown-currency {
    position: relative;
    display: inline-block;
}

.money-icon{
    cursor: pointer;
    color: #162945;

}

.nav-sticky.header-dark.sticky-header .nav-currency .money-icon {
    color: #162945;

}


.dropdown-currency-list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    list-style: none;
    background-color: #fff;
    width: 120px;
    padding: 0;
    margin: 0;
    border: 1px solid #162945;

}

.dropdown-currency-list li {
    padding-top: 5px;
    padding-right: 45px;
    padding-bottom: 5px;
    padding-left: 5px;
    cursor: pointer;
}

.dropdown-currency-list li:hover {
    background-color: #f2f2f2;
}

.selected {
    background-color: #162945;
    color: #FFFFFF;
}

.nav-sticky.sticky-header .xs-menu-tools > li > .dropdown-currency .money-icon {
    color: #162945;
}

.nav-currency{
    display: inline-block;
    font-size: 20px;
    color: #162945;

    width: 90px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: 15px;
    cursor: pointer;
}

@media (max-width: 767px) {

    .domain-search-form .select-group {
        position: static;
        margin-top: 10px;
        width: 90%;
        margin-left: 40px;
    }

}

/*media query for mini cart right side bar*/

@media (max-width: 767px) {
    .mini-cart {
        width: 50% !important;
    }
}

.social-list.version-2 li a.youtube {
    background-color: #c4302b;
}

.server-price-table thead tr {
    background-color: #162945 !important;

}

.server-price-table.table-striped tbody tr:nth-of-type(odd) {
     background-color: white !important;
}

/*user login notification*/

.notify {
    position: relative;
    top: -10px;
    right: 0px;
}

.notify .heartbit {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 3px solid #007aff;
    border-radius: 70px;
    animation: heartbeat 1s ease-in infinite;
}

.notify .point {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    /*background-color: #007aff;*/
    position: absolute;
    right: 6px;
    top: -10px;
}

.m-notify {
    position: relative;
    top: -12px;
    right: 38px;
}

.m-notify .m-heartbit {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 3px solid #007aff;
    border-radius: 70px;
    animation: heartbeat 1s ease-in infinite;
}

@keyframes heartbeat {
    0% {
        transform: scale(0);
    }
    25%{
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    75%{
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
.m-notify .m-point {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    /*background-color: #007aff;*/
    position: absolute;
    right: 6px;
    top: -10px;
}

/*cart notificarion*/

.blinking-element {
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        background-color: #007aff;
    }
    50% {
        background-color: black;
    }
    100% {
        background-color: #007aff;
    }
}

.count-notify {
    position: relative;
    top: -15px;
    right: -6px;
}

.count-notify .count-heartbit {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 20px;
    width: 20px;
    z-index: 10;
    border: 2px solid #007aff;
    border-radius: 70px;
    animation: heartbeat 1s ease-in infinite;
}

.m-count-notify {
    position: relative;
    top: -19px;
    right: 92px;
}

.m-count-notify .m-count-heartbit {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 20px;
    width: 20px;
    z-index: 10;
    border: 2px solid #007aff;
    border-radius: 70px;
    animation: heartbeat 1s ease-in infinite;
}

element.style {
}
.social-list li a.facebook {
    color: #4969a8;
}
.social-list li a {
    width: 38px !important;
    height: 38px !important;
    line-height: 38px !important;
}
@media (max-width: 767px) {
    .nav-sticky.sticky-header {
        height: 60px;
    }
    .packageImage {
        height: 50px;
        width: 50px;
    }
    .checkoutbanner[data-v-7b04817a] {

        height: 263px !important;
    }
}
.diadynblue{
    color: #162945!important;
}
.diadynOrange{
    color: #007aff!important;
}

.header-dark .xs-menus .nav-menu > li > a:hover{
    color: #007aff !important;
}
a:hover {
    cursor: pointer!important;
}

.woo__wraper table.shop_table.table thead tr {
    background: linear-gradient(45deg, #162945 0%,#162945 32%, #162945 99%);
    color: #FFFFFF;
}
.capitalize{
    text-transform: capitalize;
}
.woo__wraper table.shop_table.table thead th {
    border-bottom: 0px;
    width: 18%!important;
    text-align: center;
}

.woo__wraper table.shop_table.table tbody tr td {
    padding: 10px!important;
    border-top: 0px;
    border-bottom: 1px solid #eaeaea;
}

.image-with-shadow {
    /*box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1); !* horizontal-offset vertical-offset blur-radius spread-radius color *!*/
}

.iconadj{
    width: 50px;
    height: 50px;
}
.packageImage{
    height: 90px;
    width: 90px;
}
/* CSS for desktop devices */
@media only screen and (min-width: 768px) {
    .hide-on-desktop {
        display: none!important;
    }
}
.image-host{
    width: 340px;
    height: 311px;
}



/*new changes starts here*/

@media(max-width: 900px){
    .top-banner{
        margin-top: 35%;
    }
}

.bottom-badges{
    /*margin: 1rem;*/
    background: #effbff;
    height: 64px;
    border: 2px solid #effbff;
    border-radius: 10px;
    /*padding: 0.8rem;*/
}

.outlined-parent{
    gap: 3rem;
}

.outlined-box{
    width: 330px;
    height: auto;
    background: #fff;
    /*margin-bottom: 30px;*/
    padding: 10px;
    padding-top: 33px;
    /*border: 1px solid #00e6c1;*/
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1); /* horizontal-offset vertical-offset blur-radius spread-radius color */
}

.padd-extra{
    padding: 20px;
    padding-top: 33px;
}

.box-body{
    margin-top: 21px;
    font-size: 0.875rem;
}


.btn-gradient {
    margin-bottom: 20px;
    width: 90%;
    display: inline-block;
    padding-top: 18px !important;;
    padding-bottom: 18px !important;;
    /*padding: 18px 55px !important;*/
    /*font-size: 18px;*/
    /*font-weight: 600;*/
    color: white;
    background: linear-gradient(135deg, #8698fc 0%, #00e6c1 100%);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    /*box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);*/
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

@media(min-width: 1200px){
    .pricing-container{
        max-width: 1240px;
    }
}

@media(min-width: 992px){
    .pricing-cont{
        flex: 0 0 30%
    }
    .mid-box{
        width: 100%;
    }
    .mid-inside-box{
        width: 70%;
    }
}

.price-amt{
    font-size: 3rem !important;
}

.price-dollar-sign{
    font-size: 2rem;
}

.price-per-month{
    font-size: 1rem;
}

.xs-single-pricing{
    padding: 20px;
    border-radius: 55px;
}

.packageImage{
    height: 300px;
    width: 390px;
    margin-top: 0;
}

.price-amt{
    margin-top: -5%;
}

.border-cont {
    border-radius: 35px;
    border: 1px solid #fff;
    background-color: #FFFFFF;
    /*-webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.04);*/
    /*box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.04);*/
    /*text-align: center;*/
    padding: 30px;
}

.one-platform{
    margin-top:2rem;
    width: 80%;
    background: #fff;
    padding: 3rem;
    border: 1px solid #fff;
    border-radius: 35px;
}

.pricing-body > p {
    font-size: 14px;
}


.outlined-box > h6{
    font-size: 20px;
}

.bold-highlight{
    color: #8698fc;
}

.mid-box{
    width: 80%;
    background: #fff;
    padding: 30px;
    padding-top: 45px;
    padding-bottom: 45px;
    border-radius: 20px;
    margin-top: 2rem;
}

.mid-box-body{
    font-size: 0.875rem !important;
    margin-bottom: 0rem !important;
}

.mid-box-heading{
    font-size: 1.25rem !important;
    margin-bottom: 1.5rem;
}


.mid-inside-box{
    width: 43%;
    background: #fff;
    padding: 20px;
    padding-top: 45px;
    padding-bottom: 45px;
    border-radius: 50px;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.06);

}

.mid-box-top{
    display: flex;
    justify-content: space-between;
}

.service-img{
    margin-bottom: 1.5rem;
}

.pricing-matrix.pricing-expand.wow.fadeIn{
    margin-top: 2.5rem;
}

.xs-heading.wow.fadeIn{
    margin-top: 2rem;
}


.expand-btn > i{
    background-color: rgba(0,0,0,0) !important;
}

.heading-sub-title{
    color: #00e6c1;
}

.outlined-server-box{
    width: 45%;
    height: auto;
    background: #fff;
    /*margin-bottom: 30px;*/
    padding: 33px;
    padding-top: 33px;
    /*border: 4px solid #effbff;*/
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1); /* horizontal-offset vertical-offset blur-radius spread-radius color */

}

@media(max-width: 900px) {
    .outlined-server-box{
        width: 90%;
    }
}

.hosting-info-list .info-icon{
    padding-right: 20px;
}

.outlined-server-parent{
    gap: 1.5rem;
}

.xs-title, h4{
    font-size: 20px;
    font-weight: bold;
}

.media-body > p{
    font-size: 0.875rem;
}

.image-with-shadow{
    box-shadow: none;
}

.pricing-feature > i{
    color: #00e6c1;
}

.wp-pricing{
    padding: 2.5rem;
}

.wp-outlined-box{
    background: #fff;
    /*margin-bottom: 30px;*/
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 33px;
    /*border: 1px solid #00e6c1;*/
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1); /* horizontal-offset vertical-offset blur-radius spread-radius color */
}

.wh-footer-box{
    width: 340px;
    height: auto;
    background: #fff;
    padding: 30px;
    padding-bottom: 20px;
    /*border: 1px solid #00e6c1;*/
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

.wh-footer-box > h6{
    font-size: 20px;
}

.service-img{
    margin-bottom: 1.5rem;
}

.why-choose-us-block > .xs-title{
    font-size: 20px;
}

.why-choose-us-block > p{
    font-size: 0.875rem;
}

@media(min-width: 1200px){
    .steps-cont{
        max-width: 1200px;
    }
    .pricing-cont{
        max-width: 1250px;
    }
}

.pricing-head{
    font-size: 20px !important;
}

.wp-pricing{
    padding: 2.5rem;
}

.wp-outlined-box{
    background: #fff;
    /*margin-bottom: 30px;*/
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 33px;
    /*border: 1px solid #00e6c1;*/
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1); /* horizontal-offset vertical-offset blur-radius spread-radius color */
}

.wp-footer-box{
    width: 340px;
    height: auto;
    background: #fff;
    /*margin-bottom: 30px;*/
    padding: 20px;
    padding-top: 33px;
    /*padding-bottom: 33px;*/
    /*border: 1px solid #00e6c1;*/
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

.wp-footer-box > h6{
    font-size: 20px;
}

.service-img{
    margin-bottom: 1.5rem;
}

.why-choose-us-block > .xs-title{
    font-size: 20px;
}

.why-choose-us-block > p{
    font-size: 0.875rem;
}

.pricing-price h1 sup {
    font-size: 1.41176rem;
    /*font-family: "Karla", sans-serif;*/
    font-family: 'DM sans';
    top: -28px;
    left: 3px;
}



.img-resize{
    max-width: 80%;
}


